home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 61 / Quick PC 61.iso / I386 / UDDIWEB.MSI / search.context.providerdetails.aspx < prev    next >
Encoding:
Text File  |  2003-02-21  |  1.5 KB  |  44 lines

  1.  
  2.  
  3. <%@ Page %>
  4. <%@ Register TagPrefix='uddi' Namespace='UDDI.Web' Assembly='uddi.web' %>
  5. <html>
  6.     <HEAD>
  7.         <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=Windows-1252">
  8.         <META HTTP-EQUIV="MSThemeCompatible" CONTENT="Yes">
  9.         <META NAME="MS.LOCALE" CONTENT="EN-US">
  10.         <!-- #include file = "search.header.htm" -->
  11.     </head>
  12.     <body marginwidth="0" marginheight="0" LEFTMARGIN="0" TOPMARGIN="0" rightmargin="0" ONLOAD="BringToFront()">
  13.         <!-- #include file = "search.heading.htm" -->
  14.         <table class="content" width="100%" cellpadding="8">
  15.             <tr>
  16.                 <td>
  17.                     <h1><img src="..\..\images\business.gif" height="16" width="16" alt="Provider"> Provider - Details</h1>
  18.                     Use the <b>Details</b> tab to manage the name and descriptions of this 
  19.                     provider.
  20.                     <UL>
  21.                         <li>
  22.                             <b>Owner:</b> Displays the name of the user that owns this provider.
  23.                         </li>
  24.                         <li>
  25.                             <b>Provider Key:</b> Displays the unique key that is assigned to this provider. It is used during programmatic queries.
  26.                         </li>
  27.                         <li>
  28.                             <b>Name:</b> Lists the names of this provider. If more than one name is provided, the default name appears at the top of the list.
  29.                             </li>
  30.                         <li>
  31.                             <b>Description:</b> Lists descriptions for this provider and the language 
  32.                             for which each description is written.
  33.                         </li>
  34.                     </UL>
  35.                     <h3>More Information</h3>
  36.                     <!-- #include file = "glossary.provider.htm" -->
  37.                 </td>
  38.             </tr>
  39.         </table>
  40.         <!-- #include file = "search.footer.htm" -->
  41.     </body>
  42. </html>
  43.  
  44.